projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313e138
)
(pos_visible_p): Fix prototype.
author
Kim F. Storm
<storm@cua.dk>
Tue, 20 Apr 2004 22:17:08 +0000
(22:17 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 20 Apr 2004 22:17:08 +0000
(22:17 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 642162144997d7d053c8221ab8ad478550c30cd4..265d3c292737cfcc67a88fd20d31e8a9029f6515 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2391,7
+2391,8
@@
void set_frame_cursor_types P_ ((struct frame *, Lisp_Object));
extern void syms_of_xdisp P_ ((void));
extern void init_xdisp P_ ((void));
extern Lisp_Object safe_eval P_ ((Lisp_Object));
-extern int pos_visible_p P_ ((struct window *, int, int *, int));
+extern int pos_visible_p P_ ((struct window *, int, int *,
+ int *, int *, int));
/* Defined in vm-limit.c. */
extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));